Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified SMTP config #257

Merged
merged 5 commits into from
Sep 7, 2023
Merged

Unified SMTP config #257

merged 5 commits into from
Sep 7, 2023

Conversation

byewokko
Copy link
Collaborator

@byewokko byewokko commented Sep 4, 2023

Breaking changes

  • sender_email_address config option renamed to from.

Changes

  • Config section [seacatauth:communication:email:smtp] is now updated with the content of section [smtp].
  • NOTE: The [seacatauth:communication:email:smtp] section must still be included (even if empty) for the SMTP provider to be enabled.

Example config:

[seacatauth:communication:email:smtp]

[smtp]
from=info@example.com
host=smtp.sendgrid.net
user=apikey
password=abcdef123456
ssl=no
starttls=yes

@byewokko byewokko added the enhancement New feature or request label Sep 4, 2023
@byewokko byewokko self-assigned this Sep 4, 2023
@byewokko byewokko added the breaking change This will introduce a breaking change label Sep 6, 2023
@eliska-n
Copy link
Collaborator

eliska-n commented Sep 7, 2023

Loved by the Remote Control ❤️

@byewokko byewokko merged commit ee4222a into main Sep 7, 2023
5 checks passed
@byewokko byewokko deleted the feature/unified-smtp-config branch September 7, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This will introduce a breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants